-
as seen on SQL Authority
- Search for 'SQL Authority'
Here is one more question I recently received in an email-
“Pinal, is there any ready made function which will display if the given date is the last day or the year, month or day?
For example, if a date is the last day of the Year and last day of the month, I want to display Last Day of the…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Looking at the main function, we can see that I've Hard Coded the "Monday" into my setDay public function. It is easy to grab a day of the week from the user using a c-string (as I did in setDay), but how would I ask the user to add n to the day that is set, "Monday" and come up with "Thursday"? It…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
See avatar - I would like my hairy face back!
>>> More
-
as seen on SQL Authority
- Search for 'SQL Authority'
I am glad to announce that the month of Wait Types and Queues very successful. I am glad that it was very well received and there was great amount of participation from community.
I am fortunate to have some of the excellent comments throughout the series. I want to dedicate this series to all the…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I was trying to create a weekly calendar which look like this
http://dhtmlx.com/docs/products/dhtmlxScheduler/sample_basic.html
Any idea how to calculate every week date. example this week monday - sunday 7 june, 8 june, 9 june, 10 june, 11 june , 12 june, 13 june
>>> More